Doc-only: true Bump the go-modules group across 1 directory with 8 updates#17974
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Doc-only: true
Bump the go-modules group across 1 directory with 8 updates#17974dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Errors are component not formatted correctly,Ticket number prefix incorrect,Ticket number suffix is not a number. See https://daosio.atlassian.net/wiki/spaces/DC/pages/11133911069/Commit+Comments,Unable to load ticket data |
kjacque
requested changes
Apr 14, 2026
Contributor
kjacque
left a comment
There was a problem hiding this comment.
I'm not against jumping straight to 1.25, but I do question the necessity of the updates. Is this in response to a CVE or just a routine bump?
| // Scons uses this file to extract the minimum version. | ||
| go 1.21 | ||
| toolchain go1.24.0 | ||
| go 1.25.0 |
Contributor
There was a problem hiding this comment.
go 1.21
toolchain go1.25.0
2be86aa to
0dabc77
Compare
3b0331a to
67ce584
Compare
Bump the go-modules group across 1 directory with 8 updates Bumps the go-modules group with 6 updates in the /src/control directory: | Package | From | To | | --- | --- | --- | | [github.com/desertbit/grumble](https://github.com/desertbit/grumble) | `1.2.0` | `1.3.1` | | [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) | `1.6.2` | `1.6.3` | | [github.com/hashicorp/raft](https://github.com/hashicorp/raft) | `1.7.0` | `1.7.3` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.66.1` | `0.67.5` | | [golang.org/x/net](https://github.com/golang/net) | `0.48.0` | `0.53.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.81.0` | Updates `github.com/desertbit/grumble` from 1.2.0 to 1.3.1 - [Commits](desertbit/grumble@v1.2.0...v1.3.1) Updates `github.com/hashicorp/go-hclog` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/hashicorp/go-hclog/releases) - [Commits](hashicorp/go-hclog@v1.6.2...v1.6.3) Updates `github.com/hashicorp/raft` from 1.7.0 to 1.7.3 - [Release notes](https://github.com/hashicorp/raft/releases) - [Changelog](https://github.com/hashicorp/raft/blob/main/CHANGELOG.md) - [Commits](hashicorp/raft@v1.7.0...v1.7.3) Updates `github.com/prometheus/common` from 0.66.1 to 0.67.5 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.66.1...v0.67.5) Updates `golang.org/x/net` from 0.48.0 to 0.53.0 - [Commits](golang/net@v0.48.0...v0.53.0) Updates `golang.org/x/sys` from 0.39.0 to 0.43.0 - [Commits](golang/sys@v0.39.0...v0.43.0) Updates `google.golang.org/grpc` from 1.79.3 to 1.81.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.3...v1.81.0) Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11 --- updated-dependencies: - dependency-name: github.com/desertbit/grumble dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/hashicorp/go-hclog dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/hashicorp/raft dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/prometheus/common dependency-version: 0.67.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/net dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/sys dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: google.golang.org/grpc dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: google.golang.org/protobuf dependency-version: 1.36.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
67ce584 to
822eb97
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-modules group with 6 updates in the /src/control directory:
1.2.01.3.11.6.21.6.31.7.01.7.30.66.10.67.50.48.00.53.01.79.31.81.0Updates
github.com/desertbit/grumblefrom 1.2.0 to 1.3.1Commits
395f8e6fix: boolean flags no longer consume the next positional argumentbbecfe6Closer v4, DevContainer, Tests (#71)0876615add string list implementation by chroblert + refactor by skaldesh (#43)f218f9arefactored strconv code into separate file; use base 0 now with strconv funcs...39f44c2refactor flags & add missing flag base types (#44)Updates
github.com/hashicorp/go-hclogfrom 1.6.2 to 1.6.3Release notes
Sourced from github.com/hashicorp/go-hclog's releases.
Commits
d12136aMerge pull request #141 from Ericwww/support-json-escapecb8687csupport configure json escape when log in json format5dbb615Merge pull request #138 from hashicorp/update-go1.221f0704ahclogvet: updates for go1.22Updates
github.com/hashicorp/raftfrom 1.7.0 to 1.7.3Release notes
Sourced from github.com/hashicorp/raft's releases.
Changelog
Sourced from github.com/hashicorp/raft's changelog.
Commits
c0dc6a0Add logging on active node when sending a snapshot to a follower (#636)8f99c15Add linter rules to ensure we don't accidentally emit metrics directly instea...7650cd0Introduce hashicorp/go-metrics compatibility (#631)a5bc06cchore: Add flag to skip legacy duplicate telemetry (#630)7e8e836Merge pull request #629 from mukeshjc/main8368671Merge branch 'main' into main017ad34Remove deprecated releng github teamede1f8dMerge pull request #595 from alexandear/docs-comments-fix-grammarfb360ebUpdate CODEOWNERS file in .github/CODEOWNERS4b60222Update CODEOWNERS file in .github/CODEOWNERSUpdates
github.com/prometheus/commonfrom 0.66.1 to 0.67.5Release notes
Sourced from github.com/prometheus/common's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/common's changelog.
Commits
934ff37build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#870)1e29804build(deps): bump golang.org/x/net from 0.46.0 to 0.48.0 (#872)0bd1c40Synchronize common files from prometheus/prometheus (#866)b644201build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.34.0 (#871)d80d854chore: Add omitempty tag to all config fields (#865)04686b2chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them ...0b2fbf3chore: clean up golangci-lint configuration (#782)b2cdb07Merge pull request #863 from prometheus/remove-http2-commentcd1ab56Config: remove outdated comment about HTTP/2 issuesf4c0aeaSupport JWT Profile for Authorization Grant (RFC 7523 3.1) (#862)Updates
golang.org/x/netfrom 0.48.0 to 0.53.0Commits
a8d1fc1go.mod: update golang.org/x dependencies056ac74quic: avoid depending on golang.org/x/sys/unixc85f611http3: add http3 package for testing in std805fc81http2: add transport API testse63b894http2: support testing via net/http.Transport.RoundTrip9ee1e48http2/hpack: prevent HeaderField from escaping during encoding1e71bd8http2: prevent hanging Transport due to bad SETTINGS frame7bca150internal/http3: respect net/http Server Shutdown context when shutting down44c41beinternal/http3: prevent server from holding mutex when sleeping during shutdown228a67ainternal/http3: add CloseIdleConnections support in transportUpdates
golang.org/x/sysfrom 0.39.0 to 0.43.0Commits
f33a730windows: support nil security descriptor on GetNamedSecurityInfo493d172cpu: add runtime import in cpu_darwin_arm64_other.go2c2be75windows: use syscall.SyscallN in Proc.Calla76ec62cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"eaaaaeewindows/registry: correct KeyInfo.ModTime calculation942780bcpu: darwin/arm64 feature detectionacef388unix/linux: Prefixmsg and PrefixCacheinfo structs3687fbdcpu: better defaults on darwin ARM6448062e9plan9: change Note to alias syscall.Note4f23f80windows: change Signal to alias syscall.SignalUpdates
google.golang.org/grpcfrom 1.79.3 to 1.81.0Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
cb18228Change version to 1.81.0 (#9062)96748f9Cherry-pick #9105 to 1.81.x (#9106)9183222Cherry pick #9055, #9032 to v1.81.x (#9095)5cba6daRevert "deps: update dependencies for all modules (#9065)" (#9067)af8a936deps: update dependencies for all modules (#9065)cdc60dftransport: optimize heap allocations in ready reader and update syscall conne...208d053xds/resolver: pass complete XDSConfig in RPC context for HTTP filters (gRFC A...50fe1cctest: Fix flaky testTestServerStreaming_ClientCallRecvMsgTwicein `end2end...d574badbuild(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#9050)b8bf4d0build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /inte...Updates
google.golang.org/protobuffrom 1.36.10 to 1.36.11